net/http.http2pipe.c (field)
10 uses
net/http (current package)
h2_bundle.go#L3935: c sync.Cond // c.L lazily initialized to &p.mu
h2_bundle.go#L3975: if p.c.L == nil {
h2_bundle.go#L3976: p.c.L = &p.mu
h2_bundle.go#L3993: p.c.Wait()
h2_bundle.go#L4007: if p.c.L == nil {
h2_bundle.go#L4008: p.c.L = &p.mu
h2_bundle.go#L4010: defer p.c.Signal()
h2_bundle.go#L4045: if p.c.L == nil {
h2_bundle.go#L4046: p.c.L = &p.mu
h2_bundle.go#L4048: defer p.c.Signal()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)